home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / BaudBandit.adf / Parser.Doc < prev    next >
Text File  |  1992-04-16  |  3KB  |  99 lines

  1. Line parser documents
  2.  
  3. Special parser escape characters:
  4.  
  5.     ^    Takes the next character as a control character.
  6.         Example:
  7.             ^M simulates a carriage return.
  8.  
  9.             ^^ sends one ^ character
  10.  
  11.     \    Takes the next character as a command.
  12.         \\ sends one \ character
  13.  
  14.     %    Executes the %A thru %Z macros
  15.             %A executes the %A macro
  16.             %% sends one % character
  17.  
  18. Backslash command formats:
  19.  
  20.  
  21.     \Ac        simulate pressing Amiga + KEY (c)
  22.     \B        BACK SPACE
  23.     \C        Clear script pairs
  24.     \D        Drop DTR
  25.     \E        Escape sequence introducer 27 ($1B)
  26.     \Fname/size    Change font
  27.     \G        Start Dial Queue
  28.     \Hstring    initiate a HILITE string
  29.     \I        Use system KeyMap, or that loaded by SetMap.
  30.     \Iname        Load named KeyMap.  This must be a file in DEVS:KeyMaps.
  31.             Backslash commands may be used in KeyMaps.
  32.     \J0123456711    Change the ANSI map
  33.     \Kfile        Load a key macro file
  34.     \L        Send linebreak
  35.     \Mfile        Start an ARexx macro
  36.     \M"command    Start an ARexx string macro.  This ends a line parse
  37.     \N        New line (^J)
  38.     \O        Turn off parsing for the rest of this line
  39.     \P#        Pause.  # is a 50 tick per/second delay. (\p50 = 1 sec)
  40.     \Q        Toggle Quiet mode
  41.     \R        [RETURN] (^M)
  42.     \S#-RGB     Screen hex color. (# is 0-7, see palette for RGB values)
  43.     \T        TAB
  44.     \U        Pop BaudBandit screen upfront
  45.     \V        Reset online timer
  46.     \W        Wait half second
  47.     \X#        send the character value of the hex number (\x0-\xFF)
  48.     \Ystring    Write string to log (with timestamp)
  49.     \Z        terminator, sends nothing
  50.  
  51. Amiga key formats:
  52.  
  53.     \aa        Open ARexx requester
  54.     \aa-name    Start an ARexx program
  55.     \ab        Stop all ARexx programs
  56.     \ac        Open capture requester (Close capture if capturing)
  57.     \ac-        Open capture using default name
  58.     \ac-name    Open capture using a new name (full path)
  59.     \ac-0        Close capture
  60.     \ad        Open download requester
  61.     \ad-        Start download for YModem or ZModem.
  62.     \ad-name    Start download with name (not full path)
  63.     \ae        Toggle remote echo
  64.     \af        Toggle modem menu
  65.     \ag        Toggle color palette
  66.     \ah        Hangup
  67.     \ai        Insert clip in buffer
  68.     \aj        Toggle capture suspend
  69.     \ak        deselect last number dialed
  70.     \al        Send line break
  71.     \am        Toggle macro menu
  72.     \an        Dial next
  73.     \ao        Toggle printer
  74.     \ao-name    Open line file (PRT:, SPEAK:, RAM:file) (full path)
  75.     \ap        Toggle phonebook
  76.     \aq        Quit
  77.     \ar        redial
  78.     \as        Open text send requester (stop send if sending)
  79.     \as-name    Start send (full path)
  80.     \at        Toggle buffer send
  81.     \au        Open upload requester
  82.     \au-name    Upload named file (not full path)
  83.     \av        Save review buffer
  84.     \aw        Clear screen
  85.     \ax        Cut buffer to clip
  86.     \ay        Reset script pairs
  87.     \ay-{xx=xx}    Set new pair(s)  This command ends a line parse
  88.     \az        Clear buffer
  89.     \a0        Toggle lace
  90.     \a1        1 plane
  91.     \a2        2 planes
  92.     \a3        3 planes
  93.     \a9        Toggle half height
  94.     \a'        Toggle backscroll
  95.     \a/        Toggle chat
  96.     \a;        Open text read requester
  97.     \a;-file    Read textfile
  98.     \a.        Toggle iconify
  99.